home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / win_chil / help.frm < prev    next >
Text File  |  1995-09-06  |  2KB  |  69 lines

  1. VERSION 2.00
  2. Begin Form Help 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "Help"
  5.    ClientHeight    =   3030
  6.    ClientLeft      =   1560
  7.    ClientTop       =   2400
  8.    ClientWidth     =   6600
  9.    ControlBox      =   0   'False
  10.    Height          =   3435
  11.    Left            =   1500
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   3030
  17.    ScaleWidth      =   6600
  18.    Top             =   2055
  19.    Width           =   6720
  20.    Begin PictureBox Picture1 
  21.       AutoSize        =   -1  'True
  22.       BorderStyle     =   0  'None
  23.       Height          =   615
  24.       Left            =   2760
  25.       Picture         =   HELP.FRX:0000
  26.       ScaleHeight     =   615
  27.       ScaleWidth      =   1005
  28.       TabIndex        =   4
  29.       Top             =   2160
  30.       Width           =   1005
  31.    End
  32.    Begin Label Label4 
  33.       Caption         =   "   All of the source code is included with this program, and as such is FREEWARE."
  34.       Height          =   495
  35.       Left            =   240
  36.       TabIndex        =   3
  37.       Top             =   1560
  38.       Width           =   6375
  39.    End
  40.    Begin Label Label3 
  41.       Caption         =   "to see what I mean by interesting results."
  42.       Height          =   255
  43.       Left            =   240
  44.       TabIndex        =   2
  45.       Top             =   1320
  46.       Width           =   6375
  47.    End
  48.    Begin Label Label2 
  49.       Caption         =   "   The formulas were obtained from the National Weather Service, and can give you some rather interesting results.  Wind speeds less than 5 MPH will produce incorrect wind chill factors. Play with the wind speeds"
  50.       Height          =   615
  51.       Left            =   240
  52.       TabIndex        =   1
  53.       Top             =   720
  54.       Width           =   6495
  55.    End
  56.    Begin Label Label1 
  57.       Caption         =   "   In order to calculate a WIND CHILL factor, you must first enter the temperature in degrees F, and the wind speed in MPH.  Click convert, or press return to get your wind chill factor."
  58.       Height          =   675
  59.       Left            =   240
  60.       TabIndex        =   0
  61.       Top             =   120
  62.       Width           =   6480
  63.    End
  64. End
  65. Sub Picture1_Click ()
  66.     help.Hide
  67. End Sub
  68.  
  69.